home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / dlog2lst.zip / DLOG2LST.DOC next >
Text File  |  1992-02-06  |  656b  |  23 lines

  1.  
  2.                            DLOG2LST (2/5/92)
  3.  
  4.                        DSZLOG to File List Filter
  5.  
  6.                      Copyright 1992 Samuel H. Smith
  7.  
  8. This filter program scans a DSZLOG file and returns selected information
  9. in the form of a file list.
  10.  
  11. Usage:
  12.         DLOG2LST -I <DSZLOG >LISTING    ;list incoming files
  13.         DLOG2LST -O <DSZLOG >LISTING    ;list outgoing files
  14.         DLOG2LST -A <DSZLOG >LISTING    ;list all files
  15.  
  16. Examples:
  17.         DLOG2LST -I <%DSZLOG% >UPLOAD.LST
  18.                 Creates a list of files uploaded
  19.  
  20.         DLOG2LST -O <DSZ.LOG >DOWNLD.LST
  21.                 Creates a list of files downloaded
  22.  
  23.